Html Css Color HEX #0325BC International Klein Blue

📋 copy color: '#0325BC'

red 3 ◦ green 37 ◦ blue 188

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

Shades of International Klein Blue #0325BC

Tints of International Klein Blue #0325BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

 BLUE value IS 188 (73.83% from 255) = 82.46%

R = 1.32%
G = 16.23%
B = 82.46%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0325BC (or 0x0325BC) is known color: International Klein Blue. HEX triplet: 03, 25 and BC. RGB value is (3,37,188). Sum of RGB (Red+Green+Blue) = 3+37+188=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #0325BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325BC is #FCDA43. Grayscale: #2B2B2B. Windows color (decimal): -16570948 or 12330243. OLE color: 12330243.

HSL color Cylindrical-coordinate representation of color #0325BC: hue angle of 228.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0325BC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 37 188 -
CMYK 0.98 0.80 0 0.26
HSL 228.97º 0.97% 0.37% -
HSV(B) 228.97º 0.98% 0.74% -
XYZ 9.78 4.97 48.02 -
YUV 44.05 209.24 98.72 -
System Red Green Blue C M Y K H S L
Decimal 3 37 188 0.98 0.80 0 0.26 228.97 0.97 0.37
Hex 3 25 BC 62 50 0 1A E5 61 25
Octal 3 45 274 142 120 0 32 345 141 45
Binary 11 100101 10111100 1100010 1010000 0 11010 11100101 1100001 100101

Color Harmonies of #0325BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0325BC

Black with #0325BC

Text Example


Text Example

White with #0325BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0325BC; }

 p { color: rgb(3,37,188); }

 H1.HeaderClassName
 {
   color: #0325BC;
 }
 .AnyTagClassName
 {
   color: #0325BC;
 }
</style>

background-color css

<style>
 a { background-color: #0325BC; }

 a { background-color: rgb(3,37,188); }

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

border-color css

<style>
 span { border-color: #0325BC; }

 span { border-color: rgb(3,37,188); }

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