Html Css Color HEX #368EBA Curious Blue

📋 copy color: '#368EBA'

red 54 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #368EBA

Tints of Curious Blue #368EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 14.14%
G = 37.17%
B = 48.69%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#368EBA (or 0x368EBA) is known color: Curious Blue. HEX triplet: 36, 8E and BA. RGB value is (54,142,186). Sum of RGB (Red+Green+Blue) = 54+142+186=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #368EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368EBA is #C97145. Grayscale: #787878. Windows color (decimal): -13201734 or 12226102. OLE color: 12226102.

HSL color Cylindrical-coordinate representation of color #368EBA: hue angle of 200º 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 #368EBA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 142 186 -
CMYK 0.71 0.24 0 0.27
HSL 200º 0.55% 0.47% -
HSV(B) 200º 0.71% 0.73% -
XYZ 20.06 23.68 49.97 -
YUV 120.7 164.85 80.42 -
System Red Green Blue C M Y K H S L
Decimal 54 142 186 0.71 0.24 0 0.27 200 0.55 0.47
Hex 36 8E BA 47 18 0 1B C8 37 2F
Octal 66 216 272 107 30 0 33 310 67 57
Binary 110110 10001110 10111010 1000111 11000 0 11011 11001000 110111 101111

Color Harmonies of #368EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EBA

Black with #368EBA

Text Example


Text Example

White with #368EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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