Html Css Color HEX #0331B3 International Klein Blue

📋 copy color: '#0331B3'

red 3 ◦ green 49 ◦ blue 179

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

Shades of International Klein Blue #0331B3

Tints of International Klein Blue #0331B3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 179 (70.31% from 255) = 77.49%

R = 1.3%
G = 21.21%
B = 77.49%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0331B3 (or 0x0331B3) is known color: International Klein Blue. HEX triplet: 03, 31 and B3. RGB value is (3,49,179). Sum of RGB (Red+Green+Blue) = 3+49+179=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 179 (70.31% from 255 or 77.49% from 231); Max value from RGB is 179 - color contains mainly: blue. Hex color #0331B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331B3 is #FCCE4C. Grayscale: #313131. Windows color (decimal): -16567885 or 11743491. OLE color: 11743491.

HSL color Cylindrical-coordinate representation of color #0331B3: hue angle of 224.32º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0331B3 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 49 179 -
CMYK 0.98 0.73 0 0.30
HSL 224.32º 0.97% 0.36% -
HSV(B) 224.32º 0.98% 0.7% -
XYZ 9.27 5.47 43.22 -
YUV 50.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 3 49 179 0.98 0.73 0 0.30 224.32 0.97 0.36
Hex 3 31 B3 62 49 0 1E E0 61 24
Octal 3 61 263 142 111 0 36 340 141 44
Binary 11 110001 10110011 1100010 1001001 0 11110 11100000 1100001 100100

Color Harmonies of #0331B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0331B3

Black with #0331B3

Text Example


Text Example

White with #0331B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0331B3; }

 p { color: rgb(3,49,179); }

 H1.HeaderClassName
 {
   color: #0331B3;
 }
 .AnyTagClassName
 {
   color: #0331B3;
 }
</style>

background-color css

<style>
 a { background-color: #0331B3; }

 a { background-color: rgb(3,49,179); }

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

border-color css

<style>
 span { border-color: #0331B3; }

 span { border-color: rgb(3,49,179); }

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