Html Css Color HEX #366FBA Curious Blue

📋 copy color: '#366FBA'

red 54 ◦ green 111 ◦ blue 186

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

Shades of Curious Blue #366FBA

Tints of Curious Blue #366FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 15.38%
G = 31.62%
B = 52.99%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#366FBA (or 0x366FBA) is known color: Curious Blue. HEX triplet: 36, 6F and BA. RGB value is (54,111,186). Sum of RGB (Red+Green+Blue) = 54+111+186=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #366FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FBA is #C99045. Grayscale: #666666. Windows color (decimal): -13209670 or 12218166. OLE color: 12218166.

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

Color convert

RGB 54 111 186 -
CMYK 0.71 0.40 0 0.27
HSL 214.09º 0.55% 0.47% -
HSV(B) 214.09º 0.71% 0.73% -
XYZ 16.07 15.7 48.64 -
YUV 102.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 54 111 186 0.71 0.40 0 0.27 214.09 0.55 0.47
Hex 36 6F BA 47 28 0 1B D6 37 2F
Octal 66 157 272 107 50 0 33 326 67 57
Binary 110110 1101111 10111010 1000111 101000 0 11011 11010110 110111 101111

Color Harmonies of #366FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FBA

Black with #366FBA

Text Example


Text Example

White with #366FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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