Html Css Color HEX #368ABA Curious Blue

📋 copy color: '#368ABA'

red 54 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #368ABA

Tints of Curious Blue #368ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 14.29%
G = 36.51%
B = 49.21%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#368ABA (or 0x368ABA) is known color: Curious Blue. HEX triplet: 36, 8A and BA. RGB value is (54,138,186). Sum of RGB (Red+Green+Blue) = 54+138+186=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #368ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ABA is #C97545. Grayscale: #767676. Windows color (decimal): -13202758 or 12225078. OLE color: 12225078.

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

Color convert

RGB 54 138 186 -
CMYK 0.71 0.26 0 0.27
HSL 201.82º 0.55% 0.47% -
HSV(B) 201.82º 0.71% 0.73% -
XYZ 19.47 22.51 49.77 -
YUV 118.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 54 138 186 0.71 0.26 0 0.27 201.82 0.55 0.47
Hex 36 8A BA 47 1A 0 1B CA 37 2F
Octal 66 212 272 107 32 0 33 312 67 57
Binary 110110 10001010 10111010 1000111 11010 0 11011 11001010 110111 101111

Color Harmonies of #368ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ABA

Black with #368ABA

Text Example


Text Example

White with #368ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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