Html Css Color HEX #0348AF Cobalt

📋 copy color: '#0348AF'

red 3 ◦ green 72 ◦ blue 175

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

Shades of Cobalt #0348AF

Tints of Cobalt #0348AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 175 (68.75% from 255) = 70%

R = 1.2%
G = 28.8%
B = 70%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0348AF (or 0x0348AF) is known color: Cobalt. HEX triplet: 03, 48 and AF. RGB value is (3,72,175). Sum of RGB (Red+Green+Blue) = 3+72+175=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #0348AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0348AF is #FCB750. Grayscale: #3E3E3E. Windows color (decimal): -16562001 or 11487235. OLE color: 11487235.

HSL color Cylindrical-coordinate representation of color #0348AF: hue angle of 215.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0348AF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 72 175 -
CMYK 0.98 0.59 0 0.31
HSL 215.93º 0.97% 0.35% -
HSV(B) 215.93º 0.98% 0.69% -
XYZ 10.09 7.75 41.52 -
YUV 63.11 191.14 85.12 -
System Red Green Blue C M Y K H S L
Decimal 3 72 175 0.98 0.59 0 0.31 215.93 0.97 0.35
Hex 3 48 AF 62 3B 0 1F D8 61 23
Octal 3 110 257 142 73 0 37 330 141 43
Binary 11 1001000 10101111 1100010 111011 0 11111 11011000 1100001 100011

Color Harmonies of #0348AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0348AF

Black with #0348AF

Text Example


Text Example

White with #0348AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0348AF; }

 p { color: rgb(3,72,175); }

 H1.HeaderClassName
 {
   color: #0348AF;
 }
 .AnyTagClassName
 {
   color: #0348AF;
 }
</style>

background-color css

<style>
 a { background-color: #0348AF; }

 a { background-color: rgb(3,72,175); }

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

border-color css

<style>
 span { border-color: #0348AF; }

 span { border-color: rgb(3,72,175); }

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