Html Css Color HEX #368BC0 Curious Blue

📋 copy color: '#368BC0'

red 54 ◦ green 139 ◦ blue 192

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

Shades of Curious Blue #368BC0

Tints of Curious Blue #368BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 14.03%
G = 36.1%
B = 49.87%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#368BC0 (or 0x368BC0) is known color: Curious Blue. HEX triplet: 36, 8B and C0. RGB value is (54,139,192). Sum of RGB (Red+Green+Blue) = 54+139+192=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #368BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BC0 is #C9743F. Grayscale: #777777. Windows color (decimal): -13202496 or 12618550. OLE color: 12618550.

HSL color Cylindrical-coordinate representation of color #368BC0: hue angle of 203.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #368BC0 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 139 192 -
CMYK 0.72 0.28 0 0.25
HSL 203.04º 0.56% 0.48% -
HSV(B) 203.04º 0.72% 0.75% -
XYZ 20.27 23.06 53.25 -
YUV 119.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 54 139 192 0.72 0.28 0 0.25 203.04 0.56 0.48
Hex 36 8B C0 48 1C 0 19 CB 38 30
Octal 66 213 300 110 34 0 31 313 70 60
Binary 110110 10001011 11000000 1001000 11100 0 11001 11001011 111000 110000

Color Harmonies of #368BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BC0

Black with #368BC0

Text Example


Text Example

White with #368BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,192); }

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

background-color css

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

 a { background-color: rgb(54,139,192); }

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

border-color css

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

 span { border-color: rgb(54,139,192); }

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