Html Css Color HEX #368FBA Curious Blue

📋 copy color: '#368FBA'

red 54 ◦ green 143 ◦ blue 186

#368FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #368FBA

Tints of Curious Blue #368FBA

RGB

 RED value IS 54 (21.48% from 255) = 14.1%

 GREEN value IS 143 (56.25% from 255) = 37.34%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 14.1%
G = 37.34%
B = 48.56%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368FBA (or 0x368FBA) is known color: Curious Blue. HEX triplet: 36, 8F and BA. RGB value is (54,143,186). Sum of RGB (Red+Green+Blue) = 54+143+186=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #368FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FBA is #C97045. Grayscale: #797979. Windows color (decimal): -13201478 or 12226358. OLE color: 12226358.

HSL color Cylindrical-coordinate representation of color #368FBA: hue angle of 199.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #368FBA is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 143 186 -
CMYK 0.71 0.23 0 0.27
HSL 199.55º 0.55% 0.47% -
HSV(B) 199.55º 0.71% 0.73% -
XYZ 20.21 23.97 50.02 -
YUV 121.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 54 143 186 0.71 0.23 0 0.27 199.55 0.55 0.47
Hex 36 8F BA 47 17 0 1B C8 37 2F
Octal 66 217 272 107 27 0 33 310 67 57
Binary 110110 10001111 10111010 1000111 10111 0 11011 11001000 110111 101111

Color Harmonies of #368FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FBA

Black with #368FBA

Text Example


Text Example

White with #368FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368FBA; }

 p { color: rgb(54,143,186); }

 H1.HeaderClassName
 {
   color: #368FBA;
 }
 .AnyTagClassName
 {
   color: #368FBA;
 }
</style>

background-color css

<style>
 a { background-color: #368FBA; }

 a { background-color: rgb(54,143,186); }

 div.DivClassName
 {
   background-color: #368FBA;
 }
 .BgClassName
 {
   background-color: #368FBA;
 }
</style>

border-color css

<style>
 span { border-color: #368FBA; }

 span { border-color: rgb(54,143,186); }

 td.TdClassName
 {
   border-color: #368FBA;
 }
 .TagClassName
 {
   border-color: #368FBA;
 }
</style>