Html Css Color HEX #3674CB Curious Blue

📋 copy color: '#3674CB'

red 54 ◦ green 116 ◦ blue 203

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

Shades of Curious Blue #3674CB

Tints of Curious Blue #3674CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 14.48%
G = 31.1%
B = 54.42%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3674CB (or 0x3674CB) is known color: Curious Blue. HEX triplet: 36, 74 and CB. RGB value is (54,116,203). Sum of RGB (Red+Green+Blue) = 54+116+203=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #3674CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674CB is #C98B34. Grayscale: #6A6A6A. Windows color (decimal): -13208373 or 13333558. OLE color: 13333558.

HSL color Cylindrical-coordinate representation of color #3674CB: hue angle of 215.03º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3674CB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 116 203 -
CMYK 0.73 0.43 0 0.20
HSL 215.03º 0.59% 0.5% -
HSV(B) 215.03º 0.73% 0.8% -
XYZ 18.55 17.59 58.92 -
YUV 107.38 181.96 89.93 -
System Red Green Blue C M Y K H S L
Decimal 54 116 203 0.73 0.43 0 0.20 215.03 0.59 0.5
Hex 36 74 CB 49 2B 0 14 D7 3B 32
Octal 66 164 313 111 53 0 24 327 73 62
Binary 110110 1110100 11001011 1001001 101011 0 10100 11010111 111011 110010

Color Harmonies of #3674CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3674CB

Black with #3674CB

Text Example


Text Example

White with #3674CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3674CB; }

 p { color: rgb(54,116,203); }

 H1.HeaderClassName
 {
   color: #3674CB;
 }
 .AnyTagClassName
 {
   color: #3674CB;
 }
</style>

background-color css

<style>
 a { background-color: #3674CB; }

 a { background-color: rgb(54,116,203); }

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

border-color css

<style>
 span { border-color: #3674CB; }

 span { border-color: rgb(54,116,203); }

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