Html Css Color HEX #034CBA Cobalt

📋 copy color: '#034CBA'

red 3 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #034CBA

Tints of Cobalt #034CBA

RGB

 RED value IS 3 (1.56% from 255) = 1.13%

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 1.13%
G = 28.68%
B = 70.19%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#034CBA (or 0x034CBA) is known color: Cobalt. HEX triplet: 03, 4C and BA. RGB value is (3,76,186). Sum of RGB (Red+Green+Blue) = 3+76+186=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #034CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CBA is #FCB345. Grayscale: #424242. Windows color (decimal): -16560966 or 12209155. OLE color: 12209155.

HSL color Cylindrical-coordinate representation of color #034CBA: hue angle of 216.07º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034CBA is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 76 186 -
CMYK 0.98 0.59 0 0.27
HSL 216.07º 0.97% 0.37% -
HSV(B) 216.07º 0.98% 0.73% -
XYZ 11.48 8.73 47.53 -
YUV 66.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 3 76 186 0.98 0.59 0 0.27 216.07 0.97 0.37
Hex 3 4C BA 62 3B 0 1B D8 61 25
Octal 3 114 272 142 73 0 33 330 141 45
Binary 11 1001100 10111010 1100010 111011 0 11011 11011000 1100001 100101

Color Harmonies of #034CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CBA

Black with #034CBA

Text Example


Text Example

White with #034CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034CBA; }

 p { color: rgb(3,76,186); }

 H1.HeaderClassName
 {
   color: #034CBA;
 }
 .AnyTagClassName
 {
   color: #034CBA;
 }
</style>

background-color css

<style>
 a { background-color: #034CBA; }

 a { background-color: rgb(3,76,186); }

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

border-color css

<style>
 span { border-color: #034CBA; }

 span { border-color: rgb(3,76,186); }

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